var html/template.escapeOK

4 uses

	html/template (current package)
		escape.go#L40: 		t.escapeErr = escapeOK
		template.go#L34: var escapeOK = fmt.Errorf("template escaped correctly")
		template.go#L107: 	} else if t.escapeErr != escapeOK {
		template.go#L153: 	if tmpl.escapeErr != nil && tmpl.escapeErr != escapeOK {